home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / Messages.dll / 0 / RCDATA / TTOYSPLASHDLG / TTOYSPLASHDLG.txt
Encoding:
Text File  |  1998-04-24  |  1.1 KB  |  53 lines

  1. object ToySplashDlg: TToySplashDlg
  2.   Left = 248
  3.   Top = 233
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Path not exists ...'
  7.   ClientHeight = 85
  8.   ClientWidth = 362
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MainPanel: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 362
  21.     Height = 85
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     TabOrder = 0
  25.     object lbPath: TRxLabel
  26.       Left = 3
  27.       Top = 11
  28.       Width = 8
  29.       Height = 14
  30.       Font.Charset = DEFAULT_CHARSET
  31.       Font.Color = clWindowText
  32.       Font.Height = -11
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object lbMess: TRxLabel
  38.       Left = 83
  39.       Top = 49
  40.       Width = 172
  41.       Height = 14
  42.       Alignment = taCenter
  43.       Caption = 'not exists, select new path ...'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -11
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.     end
  51.   end
  52. end
  53.